home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / tmlwgtsn.zip / TOOLS.DFM / TOOLS.txt
Text File  |  1996-05-29  |  3KB  |  120 lines

  1. object frmTMLTools: TfrmTMLTools
  2.   Left = 148
  3.   Top = 209
  4.   Width = 435
  5.   Height = 384
  6.   Caption = 'TML Widgets Copyright Winflex Data Solutions 1996.'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Memo1: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 297
  19.     Align = alClient
  20.     BorderStyle = bsNone
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'Times New Roman'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     ScrollBars = ssBoth
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 297
  32.     Width = 427
  33.     Height = 41
  34.     Align = alBottom
  35.     TabOrder = 1
  36.     object BitBtn1: TBitBtn
  37.       Left = 98
  38.       Top = 6
  39.       Width = 89
  40.       Height = 30
  41.       Font.Color = clBlack
  42.       Font.Height = -13
  43.       Font.Name = 'Times New Roman'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       TabOrder = 0
  47.       Kind = bkCancel
  48.       Style = bsNew
  49.     end
  50.     object BitBtn2: TBitBtn
  51.       Left = 7
  52.       Top = 6
  53.       Width = 89
  54.       Height = 30
  55.       Font.Color = clBlack
  56.       Font.Height = -13
  57.       Font.Name = 'Times New Roman'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       TabOrder = 1
  61.       Kind = bkOK
  62.       Style = bsNew
  63.     end
  64.   end
  65.   object MainMenu1: TMainMenu
  66.     Left = 1
  67.     Top = 1
  68.     object Edit1: TMenuItem
  69.       Caption = '&Edit'
  70.       object Cut1: TMenuItem
  71.         Caption = 'Cu&t'
  72.         OnClick = Cut1Click
  73.       end
  74.       object Copy1: TMenuItem
  75.         Caption = '&Copy'
  76.         OnClick = Copy1Click
  77.       end
  78.       object Paste1: TMenuItem
  79.         Caption = '&Paste'
  80.         OnClick = Paste1Click
  81.       end
  82.       object SelectAll1: TMenuItem
  83.         Caption = '&Select All'
  84.         OnClick = SelectAll1Click
  85.       end
  86.     end
  87.     object Format1: TMenuItem
  88.       Caption = 'For&mat'
  89.       object Font1: TMenuItem
  90.         Caption = '&Font...'
  91.         OnClick = Font1Click
  92.       end
  93.     end
  94.   end
  95.   object OpenDialog1: TOpenDialog
  96.     Filter = 'International Ini Files (*.Ini)|*.Ini'
  97.     Options = [ofOverwritePrompt, ofPathMustExist, ofFileMustExist]
  98.     Title = 'Open International File'
  99.     Left = 1
  100.     Top = 29
  101.   end
  102.   object SaveDialog2: TSaveDialog
  103.     Filter = 'International Ini Files (*.Ini)|*.ini'
  104.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  105.     Title = 'Save International Ini'
  106.     Left = 29
  107.     Top = 1
  108.   end
  109.   object FontDialog1: TFontDialog
  110.     Font.Color = clWindowText
  111.     Font.Height = -13
  112.     Font.Name = 'System'
  113.     Font.Style = []
  114.     MinFontSize = 0
  115.     MaxFontSize = 0
  116.     Left = 29
  117.     Top = 29
  118.   end
  119. end
  120.